@charset "utf-8";
/*重置*/
body,h1,h2,h3,h4,h5,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
input,select,form,textarea,button{ border:none; margin:0;outline:none; padding:0; appearance:none;}
h1,h2,h3,h4,h5{ font-weight:normal;}
img{ border:none;}
a{ text-decoration:none;}
body{ font-size:14px; font-family:"微软雅黑";}
li{ list-style-type:none;}
body,html{ width:100%; height: 100%;}

.top_box{
	padding-bottom: 4px;
	height: 80px;
	margin-bottom: 40px;
	border-bottom: 1px solid #cbcbcb;
}
.wid_con{
	width: 1200px;
	overflow: hidden;
	margin:0 auto;
}
.top_logo{
	float: left;
    margin: 15px 0;
}
.top_logo a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
	width: 180px;
	height: 41px;

}
.top_logo img{
    display: block;
    width: 180px;
    height: 41px;
}
.top_logo span{
	display: inline-block;
	vertical-align: middle;
	border-left: #f54702 solid 1px;
	font-size: 24px;
	color: #f54702;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.top_menu{
	float: right;
	position: relative;
}
.top_menu i{
	position: absolute;
	bottom: 0;
	left: 66px;
	width: 32px;
	height: 2px;
	background-color: #2c8fcd;
}
.top_menu ul{
	overflow: hidden;
	margin-top: 40px;
}
.top_menu ul li{
	float: left;
	margin-left: 80px;
	padding:0 2px;
}
.top_menu ul li:first-child{
	margin-left: 0;
}
.top_menu ul li a{
	display: block;
	font-size: 16px;
	color: #666;
	padding-bottom: 7px;
}
.top_menu ul li.cur a{
	color: #ff750a;
}

.loginbox{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	/* min-height: 405px; */
	margin-bottom: 40px;
}
.border_box{
	float: left;
	width: 720px;
	/* height: 440px; */
}
.login_con{
	float: right;
	width: 380px;
	height: 352px;
	/* overflow: hidden; */
	background: #fff;
	border: 1px solid #d6d6d6;
}
.login_con h1{
	/* background-color: #2c8fcd; */
	text-align: center;
	color: #fe760a;
	font-size: 24px;
	height: 65px;
	line-height: 65px;
	margin-left: 30px;
}
.text_box{
	/* border: #ccc solid 1px; */
	border-top: none;
	/* min-height: 369px; */
	/* background-color: #f0f0f0; */
	float: left;
}
.text_box>div{
	margin:0 30px;
	padding: 0px 0;
}
.text_box>div>div{
	height: 40px;
	margin-bottom: 15px;
	position: relative;
	/* float: left; */
}
.text_box>div>div i{
	width: 22px;
	height: 22px;
	overflow: hidden;
	margin:12px;
	position: absolute;
}
.text_box>div>div input{
	width: 315px;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	border: #ccc solid 1px;
	text-indent: 44px;
}
.text_box input:focus{
	border: #f00 solid 1px;
}
.text_box .yzm input{
	width: 160px;
	float: left;
}
.text_box .yzm label {
	/* width: 100px; */
	text-align: center;
	display: inline-block;
	float: left;
	margin-top: 4px;
	height: 40px;
	line-height: 40px;
}
.text_box h3{
	overflow: hidden;
	/* margin-top: 24px; */
	float: left;
	width: 320px;
}
.text_box h3 a{
	font-size: 14px;
	color: #666;
}
.text_box h3 a:last-child{
	float: right;
}


.text_box h3 .spthree{
	float: right;
	font-size: 13px;
}

.text_box h3 a:hover{
	text-decoration: underline;
}
.text_box button{
	display: block;
	width: 320px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #fe760a;
	font-family: "微软雅黑";
	margin-top:20px;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 12px;
}
.text_box .btnOK{
	display: block;
	width: 320px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #fe760a;
	font-family: "微软雅黑";
	margin-top:20px;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 12px;
}



.text_box button:hover{
	opacity: .9;
}

/*password_con*/
.password_con{
	float: left;
	width: 600px;
}
.password_con .text_box{
	border: none;
	background: none;
}
.password_con .text_box>div{
	padding: 20px 0;
}
.password_con .text_box>div>div i{
	margin:14px;
}
.password_con .text_box>div>div input{
	height: 48px;
	line-height: 48px;
	width: 400px;
	background:none;
	border-radius: 5px;
}
.password_con .text_box .yzm input{
	width: 240px;
}
.password_con .text_box button{
	width: 400px;
	border-radius: 5px;
	margin-top:60px;
}
.password_con .text_box .yzm label {
	width: 160px;
}


.password_con .text_box>div>div span{
	color: #f00;
	margin-left:10px;
}
.password_txt h1{
	color: #333;
	font-size: 24px;
	margin: 20px 0;
}
.password_txt p{
	font-size: 14px;
	color: #999;
}
.password_txt h2{
	font-size: 16px;
	color: #666;
	margin-top: 80px;
}
.password_txt h2 a{
	color: #2c8fcd;
	font-weight: bold;
}
.password_txt h2 a:hover{
	text-decoration:underline;
}

/*register_con*/
.register_txt{
	float: left;
	width: 600px;
}
.register_txt h1{
	font-size: 24px;
	color: #333;
	background:url(/Images/Login_v3/jt.png) no-repeat right top 14px;
	display: inline-block;
	padding-right: 56px;
	padding-bottom: 40px;
}
.register_txt img{
	display: block;
	margin-left: 40px;
}
.register_con{
	float: right;
	width: 500px;
}
.register_con h4{
	margin-top:34px;
}
.register_con h4 a{
	font-size: 16px;
	color: #2c8fcd;
}
.register_con .text_box button{
	margin-top:20px;
}

/*密码修改*/
.password_con .pass_long{
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
.pass_long h1{
	color: #666;
	font-size: 16px;
}

/*footer*/
.footer{
	text-align: center;
	/* margin:100px 0 50px; */
}
.footer p{
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
.footer p a{
	background:url(/Images/Login_v3/gongxin.png) no-repeat center left;
	padding-left: 24px;
	margin-right:16px;
}
.footer p span{
	background:url(/Images/Login_v3/beian.png) no-repeat center left;
	padding-left: 24px;
	margin-left:16px;
}
.login_con_l
{
	float:left;
}
#button
{
	
float: right;
}
.wjmm
{
	
height: auto !important;
	
float: left;
	
width: 300px;
	
margin: 0px !important;
	
margin-bottom: 10px !important;
}
.wjmm h1
{
	
float: left;
	
margin: 0px;
	
font-size: 12px;
	
height: 10px;
	
line-height: 10px;
}
.yzm
{
	float:left;
	margin-top: 0px;
	line-height: 40px;
}
.text_box h3 img
{
	margin-left:10px;
}
.yzm i
{
	margin-top: 10px !important;
    left: 0px !important;
}
.yc
{
	
display: none;
}
.yzm p
{
	float: right;
}
.sm
{
	text-align:center;
	width: 380px;
	margin: 0px !important;
	margin-top: 10px !important;
}
.sm_1
{margin-top: 10px !important;margin-bottom: 15px !important;}
.sm_1 img
{
	
float: left;
	
margin-top: 5px;
	
margin-right: 15px;
	
margin-left: 93px;
}
.sm_1 p
{
	
}
.sm_2
{
	
}
.box{width: 1200px;margin: 0 auto;position: relative;}

.footer {
    width: 100%;
    background: #262626;
    /* overflow: hidden; */
    min-width: 1200px;
    float: left;
}

.footer .foot_top{ padding: 30px 0; border-bottom: 1px solid #3a3a3a; min-height: 175px;  }
.footer .foot_top .l_dl{ width: 100px; float: left; margin-right: 90px;}
.footer .foot_top .l_dl dt{height: 45px;line-height: 45px;border-bottom: 1px solid #3a3a3a;font-size: 14px;margin-bottom: 8px;text-align: left;color: #b2b2b2;}
.footer .foot_top .l_dl dt a{ color: #b2b2b2; }
.footer .foot_top .l_dl dd{line-height: 27px;height: 27px;text-align: left;font-size: 12px;}
.footer .foot_top .l_dl dd a{ color: #696969;}
.footer .foot_top .l_dl dt a:hover,.footer .foot_top .l_dl dd a:hover{ color: #ff770e; text-decoration: none;}
.footer .foot_top .hot_line{ float: right; width: 410px; text-align: center; padding-top: 20px;}
.footer .foot_top .hot_line_icon{ display: block; width:52px; height: 46px; background: url("/Images/Login_v3/bot-kf.png") no-repeat; margin: 0 auto 5px; }
.footer .foot_top .hot_line .text1{ line-height: 20px; font-size: 14px; height: 20px; color: #6c6c6c;}
.footer .foot_top .hot_line .text2{ font-size: 24px; font-weight: bold; color: #6c6c6c; height: 30px; line-height: 30px;}
.footer .foot_bot{ padding: 15px 0 40px; overflow: hidden;text-align: center;}
.footer .foot_bot .foot_nav{ text-align: center; color: #b2b2b2; height: 30px; line-height: 30px;}
.footer .foot_bot .foot_nav a{color: #b2b2b2;padding: 0 12px;font-size: 14px;}
.footer .foot_bot .foot_nav a:hover{ color: #ff770e;text-decoration: none;}
.footer .foot_bot .info_text{color:#6c6c6c;text-align: center;line-height: 24px;font-size: 12px;}
.footer .foot_bot .info_text a{ color:#6c6c6c;}
.footer .foot_bot .info_text a:hover{ color: #ff770e;text-decoration: none;}
.footer .foot_bot .zs_box{ height: 72px; padding-top: 25px;}
.footer .foot_bot .zs_box img{ width: 77px; height: 72px; display: inline-block; margin: 0 3px;}
#button1 img
{
	float:right;
}
#button2 img
{
	float:right;
}
.zc
{
	width:100%;
	float:left;
}
.zc_1
{
	width:960px;
	margin:auto;
	background:#fff;
	min-height: 883px;
	box-shadow: 0 0 2px 2px rgba(241,241,241,0.9);
	margin-bottom: 25px;
}
.zc_2
{width: 930px;padding-top: 30px;padding-left: 30px;float: left;}
.zc_2 img
{
	
float: left;
	
margin-right: 15px;
}
.zc_2 p
{
	
height: 25px;
	
line-height: 25px;
	
float: left;
	
color: #999999;
	
font-size: 14px;
}
.zc_3
{
	float:left;
	padding-left: 30px;
	margin-top: 20px;
}
.zc_3 p
{
	float:left;
	background: url("/Images/Login_v3/z_l_08.png") no-repeat;
	width: 158px;
	height: 43px;
	text-align: center;
	line-height: 40px;
	margin-right: 15px;
}
.zc_3 p:hover
{
	background: url("/Images/Login_v3/z_h_06.png") no-repeat;
	color:#fff;
}
.hh
{
	background: url("/Images/Login_v3/z_h_06.png") no-repeat !important;
	color:#fff;
}
.zc_4
{
	padding-left: 30px;
	margin-top:15px;
	float:left;
}
.zc_5
{
	float:left;
}
.zc_5 input
{
	width:315px;
	height:40px;
	line-height:40px;
	border:1px solid #ededed;
	padding-left: 45px;
	float: left;
}
.zc_5_2 i img
{
	
/* position: absolute; */
	
/* margin-left: -317px; */
	
/* margin-top: 11px; */
}
.zc_5_1 i{
	width: 22px;
	height: 22px;
	overflow: hidden;
	margin:12px;
	position: absolute;
	left: 0;
}
.zc_5_1
{
	padding-left:30px;
	float: left;
}
.zc_5_2
{
	margin-top:20px;
	float: left;
	width: 920px;
	position: relative;
}
.zc_5_2 label {
    text-align: center;
    display: inline-block;
    float: left;
    margin-top: 4px;
    height: 40px;
    line-height: 40px;
}
.zc_5 button {
    display: block;
    width: 320px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #fe760a;
    font-family: "微软雅黑";
    margin-top: 20px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 12px;
    float: left;
    margin-left: 30px;
}

.zc_5 .RegOK {
    display: block;
    width: 320px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #fe760a;
    font-family: "微软雅黑";
    margin-top: 20px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 12px;
    float: left;
    margin-left: 30px;
}





.gx input
{
	width:15px;
	height:15px;
	margin-top: 3px;
	margin-right: 5px;
}
.gx
{
	float:left;
	margin-left: 30px;
	margin-top: 15px;
	width: 920px;
	font-size: 14px;
}


.zc_6
{width: 930px;padding-top: 10px;padding-left: 30px;float: left;}
.zc_6 img
{
	
float: left;
	
margin-right: 15px;
}
.zc_6 p
{
	
height: 25px;
	
line-height: 25px;
	
float: left;
	
color: #999999;
	
font-size: 14px;
}
.zc_5 input:focus{
	border: #f00 solid 1px;
}
.container
{
	position:absolute;
	width: 100%;
	float: left;
}
.xy
{
	
/* position: absolute; */
	
/* background: rgba(0,0,0,0.5); */
	
/* width: 960px; */
	
/* height: 834px; */
}

.xy_1
{
	margin: 150px 50px 50px 50px;
		
	background: #fff;
		
	padding: 50px;
		
	height: 600px;
		
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
}

.xy_1 h1
{

color: #ff750a;

text-align: center;

font-size: 24px;

margin-bottom: 20px;
}
.xy_1 p
{
	
font-size: 14px;
	
line-height: 24px;
	
color: #666;
	
margin-top: 10px;
}
.xy button
{
	
position: absolute;
	
margin-top: -153px !important;
	
display: block;
	
width: 320px;
	
height: 50px;
	
font-size: 16px;
	
color: #fff;
	
line-height: 50px;
	
text-align: center;
	
background: #fe760a;
	
font-family: "微软雅黑";
	
margin-top: 20px;
	
cursor: pointer;
	
border-radius: 4px;
	
margin-bottom: 12px;
	
float: left;
	
margin-left: 315px;
}
.box1
{
	
width: 960px;
	
margin: auto;
}
.cg
{
	width:100%;
	float:left;
}
.cg_1
{
    width: 960px;
    margin: auto;
    background: #fff;
    min-height: 310px;
    box-shadow: 0 0 2px 2px rgba(241,241,241,0.9);
    margin-bottom: 25px;
}
.cg_l
{
	float:left;
	width:630px;
}
.cg_r
{
	float:right;
	margin-right: 30px;
	margin-top: 30px;
}
.cg_l_1
{
	
margin-top: 30px;
	
margin-left: 30px;
	
float: left;
	
width: 600px;
}
.cg_l_1 img
{
	
float: left;
	
margin-right: 20px;
}
.cg_l_1 p
{
	
/* float: left; */
	
line-height: 30px;
}
.cg_l_2
{
	float:left;
	margin-left: 35px;
	margin-top: 20px;
}

.cg_l_3_l p {
    display: block;
    width:210px;
    height:40px;
    font-size: 14px;
    color: #fff;
    line-height:40px;
    text-align: center;
    background: #fe760a;
    font-family: "微软雅黑";
    margin-top: 20px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 12px;
    float: left;
    margin-left: 30px;
}
.cg_l_3_r
{
	float:left;
}
.cg_l_3_r p
{
	    display: block;
    width: 210px;
    height: 40px;
    font-size: 14px;
    color: #fe760a;
    line-height: 40px;
    text-align: center;
    font-family: "微软雅黑";
    margin-top: 20px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 12px;
    float: left;
    margin-left: 30px;
	
}
.cg_l_3
{
	float:left;
}
.cg_l_3_l
{
	float:left;
}
.cg_l_4
{
	
margin-left: 30px;
}
.cg_l_4 img
{
	
margin-top: 15px;
}

input:-ms-input-placeholder{
    color:#333;
}